home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / TURB_VIS / TVISION / DEMOHELP.PAS < prev    next >
Pascal/Delphi Source File  |  1990-10-23  |  1KB  |  50 lines

  1. unit demohelp;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.   hcAsciiTable           = 6;
  8.   hcCalculator           = 4;
  9.   hcCalendar             = 5;
  10.   hcCancelBtn            = 35;
  11.   hcFCChDirDBox          = 37;
  12.   hcFChangeDir           = 15;
  13.   hcFDosShell            = 16;
  14.   hcFExit                = 17;
  15.   hcFile                 = 13;
  16.   hcFOFileOpenDBox       = 31;
  17.   hcFOFiles              = 33;
  18.   hcFOName               = 32;
  19.   hcFOOpenBtn            = 34;
  20.   hcFOpen                = 14;
  21.   hcNoContext            = 0;
  22.   hcOCColorsDBox         = 39;
  23.   hcOColors              = 28;
  24.   hcOMMouseDBox          = 38;
  25.   hcOMouse               = 27;
  26.   hcOpenBtn              = 36;
  27.   hcOptions              = 26;
  28.   hcORestoreDesktop      = 30;
  29.   hcOSaveDesktop         = 29;
  30.   hcPuzzle               = 3;
  31.   hcSAbout               = 8;
  32.   hcSAsciiTable          = 11;
  33.   hcSCalculator          = 12;
  34.   hcSCalendar            = 10;
  35.   hcSPuzzle              = 9;
  36.   hcSystem               = 7;
  37.   hcViewer               = 2;
  38.   hcWCascade             = 22;
  39.   hcWClose               = 25;
  40.   hcWindows              = 18;
  41.   hcWNext                = 23;
  42.   hcWPrevious            = 24;
  43.   hcWSizeMove            = 19;
  44.   hcWTile                = 21;
  45.   hcWZoom                = 20;
  46.  
  47. implementation
  48.  
  49. end.
  50.